home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl / 5.10.0 / Module / Build / Platform / Default.pm < prev    next >
Encoding:
Perl POD Document  |  2009-06-26  |  567 b   |  34 lines

  1. package Module::Build::Platform::Default;
  2.  
  3. use strict;
  4. use vars qw($VERSION);
  5. $VERSION = '0.2808_01';
  6. $VERSION = eval $VERSION;
  7. use Module::Build::Base;
  8.  
  9. use vars qw(@ISA);
  10. @ISA = qw(Module::Build::Base);
  11.  
  12. 1;
  13. __END__
  14.  
  15.  
  16. =head1 NAME
  17.  
  18. Module::Build::Platform::Default - Stub class for unknown platforms
  19.  
  20. =head1 DESCRIPTION
  21.  
  22. The sole purpose of this module is to inherit from
  23. C<Module::Build::Base>.  Please see the L<Module::Build> for the docs.
  24.  
  25. =head1 AUTHOR
  26.  
  27. Ken Williams <kwilliams@cpan.org>
  28.  
  29. =head1 SEE ALSO
  30.  
  31. perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
  32.  
  33. =cut
  34.